Skip to content

chore(a2a-ap2): repair changelog corrupted by 0.3.1 release#27

Merged
EmilLindfors merged 1 commit into
masterfrom
fix/ap2-changelog
Jun 5, 2026
Merged

chore(a2a-ap2): repair changelog corrupted by 0.3.1 release#27
EmilLindfors merged 1 commit into
masterfrom
fix/ap2-changelog

Conversation

@EmilLindfors

Copy link
Copy Markdown
Owner

The 0.4.0 release surfaced a release-plz changelog glitch isolated to a2a-ap2: when it published 0.3.1, release-plz inserted a duplicate # Changelog header block under ## [Unreleased] instead of a ## [0.3.1] section. The malformed file then caused a follow-up empty release PR (#26, now closed) that would have re-corrupted it on merge.

This removes the stray header block and adds the correct 0.3.1 entry (dependency-only bump, a2a-rs 0.3 → 0.4). The other five crates' changelogs were unaffected.

chore: prefix → skipped by the changelog commit parser, so this does not trigger a new release.

🤖 Generated with Claude Code

release-plz inserted a duplicate `# Changelog` header block under
`## [Unreleased]` instead of a proper `## [0.3.1]` section when it
released a2a-ap2 0.3.1, leaving the changelog malformed and causing
follow-up release-plz runs to open empty PRs that re-corrupt it.

Remove the stray header block and add the real 0.3.1 entry (a
dependency-only bump: a2a-rs 0.3 -> 0.4). Uses a chore: prefix so it
is skipped by the changelog commit parser and does not itself trigger
a release.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@EmilLindfors EmilLindfors merged commit cec8970 into master Jun 5, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant